Click or drag to resize

SipClientSendMessage Method (Dialog, String)

Sends instant message. The content type of the message is "text/plain".

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse SendMessage(
	Dialog dialog,
	string message
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents media session.
message
Type: SystemString
A string contains message to send.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also